acl: use generic autoreconf fixup
authorJo-Philipp Wich <[email protected]>
Sat, 7 Feb 2015 22:42:46 +0000 (23:42 +0100)
committerJo-Philipp Wich <[email protected]>
Sat, 7 Feb 2015 22:45:27 +0000 (23:45 +0100)
Use the generic autoreconf facility to pickup proper variants of
autoconf, automake and libtool.

Remove the unneeded Build/Prepare override.

Signed-off-by: Jo-Philipp Wich <[email protected]>
utils/acl/Makefile

index e7d719a957c114e55c0e819ff6d99f4a902aae14..0e8e4e980902b7e86c0d32746e709d6fe10ff9d1 100644 (file)
@@ -19,10 +19,13 @@ PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
 PKG_SOURCE_VERSION:=$(PKG_REV)
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
 PKG_MAINTAINER:=Maxim Storchak <[email protected]>
-PKG_INSTALL:=1
+
 PKG_LICENSE:=LGPL-2.1 GPL-2.0
 PKG_LICENSE_FILES:=doc/COPYING doc/COPYING.LGPL
 
+PKG_INSTALL:=1
+PKG_FIXUP:=autoreconf
+
 include $(INCLUDE_DIR)/package.mk
 
 define Package/acl/Default
@@ -66,11 +69,6 @@ endef
 
 CONFIGURE_ARGS += --enable-static --enable-shared
 
-define Build/Prepare
-       $(call Build/Prepare/Default)
-       (cd $(PKG_BUILD_DIR); ./autogen.sh;);
-endef
-
 define Package/acl/install
        $(INSTALL_DIR) $(1)/usr/bin
        $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/* $(1)/usr/bin/